www.gusucode.com > 味多美网址导航源码程序 V20100902 > 味多美网址导航源码程序 V20100902\code\showurl.asp

    <!--#include file="mdb.asp"-->
<%
id=request.querystring("id")
set r=server.createobject("adodb.recordset")
r.open "select out,yl_outtime from detail where id="&id,conn,1,3
if not r.eof then
r("out")=r("out")+1
r("yl_outtime")=now() 
r.update
end if
sql="select * from detail where id="&id
set rsc=conn.execute(sql)
id=rsc("id")
url=rsc("url")
title=rsc("title")
memo=rsc("memo")
out=rsc("out")
conn.execute (sql)
rsc.close
set rsc=nothing  
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta HTTP-EQUIV=refresh Content='0;url=<%=url%>'>
<title><%=title%></title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<TABLE width=760 height=321 border=0 align=center cellPadding=5 cellSpacing=1 bgcolor="eeeeee">
<TR>
<TD align=center vAlign=center bgcolor="#FFFFFF">
<p>正在为您打开</p>
<p>=====<FONT COLOR="#ff0000"><b>【<%=title%>】</b></FONT>=====</p>
<p>【<%=title%>】被点击<%=out%>次</P>
<p>所花时间取决于该站的连接速度和当前网速</p>
<p>请耐心等待,或直接点击下面的连接</p>
<p><a href="<%=url%>">打开-----【<%=title%>】-----</a></p>
<p>再一次感谢您对本站的支持!</p> </TD></TR></TABLE>
<br><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<script src="http://s55.cnzz.com/stat.php?id=788580&web_id=788580&online=1&show=line" language="JavaScript" charset="gb2312"></script><script language="javascript" type="text/javascript" src="http://js.users.51.la/2682982.js"></script> 
</body>
</html>